Skip to content

Conversation

@r-a-o
Copy link

@r-a-o r-a-o commented Dec 11, 2024

Apple TestFlight automated check is now rejecting binary with FLEX for usage of _setWidth, this PR removes usage of Non-public API _setWidth:

Screenshot 2024-12-11 at 12 50 00

[item _setWidth:60];
item.width = 60;
// This does not work for anything but fixed spaces for some reason
// item.width = 60;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the comment seems relevant?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we're also not concerned with non-public API usage as long as it still funcitons. Devs should not be submitting builds with FLEX in it to Apple.

@NSExceptional
Copy link
Collaborator

Apple TestFlight automated check is now rejecting binary with FLEX

Do not include FLEX in your submissions. See README on how to exclude FLEX from App Store Connect builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants